﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑"
}

img {
    border: 0
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    color: #b40005
}

body {
    background: #fff
}

.viewport {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 251px
}

.main {
    margin: 0 auto;
    width: 1000px;
    background: #fff
}

.title-general {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    color: #e53639;
    font-weight: bold
}

.title-general .title-text {
    color: #fff;
    background-image: url(../images/title_bg.png);
    width: 125px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background-size: contain;
    text-align: center;
    font-weight: bold;
    margin-right: 15px
}

.title-more {
    color: #777;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 2px 8px;
    border-radius: 5px;
    float: right;
    margin-top: 6px;
    font-weight: normal
}

.link {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    text-indent: 20px;
    background-image: url(../images/tab_link_point.png);
    background-repeat: no-repeat;
    background-position: 3px 13px;
    font-size: 14px;
    line-height: 26px
}

.link-title {
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.link-content {
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
    margin-top: 5px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative
}

.tab-item {
    float: left
}

.tab-item .tab-title {
    cursor: pointer;
    color: #e53639;
    font-weight: bold;
    width: 125px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center
}

.tab-item.tab-item-active .tab-title {
    color: #fff;
    background-image: url(../images/title_bg.png);
    background-size: contain
}

.tab-item .tab-content .more {
    float: right;
    background: #2a6aa7;
    color: #fff;
    text-align: center;
    display: block;
    text-indent: 0;
    padding: 0 15px
}

.tab-item .tab-content {
    line-height: 28px;
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 5px
}

.tab-item.tab-item-active .tab-content {
    display: block
}

.tab-item .tab-content .link {
    display: block;
    text-align: left;
    font-size: 14px
}

.tab-item .tab-content .link .time {
    float: right;
    color: #aaa
}

.tab-item .tab-content .link .link-text {
    width: 550px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis
}

.tab-item-s {
    float: left
}

.tab-item-s .tab-title-s {
    cursor: pointer;
    color: #e53639;
    font-weight: bold;
    width: 65px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-left: 10px
}

.tab-item-s.tab-item-s-active .tab-title-s {
    color: #ff9c33
}

.tab-item-s .tab-content-s {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    display: none
}

.tab-item-s.tab-item-s-active .tab-content-s {
    display: block
}

.crumb {
    margin-bottom: 20px;
    color: #777;
    font-size: 14px;
    border-bottom: 2px solid #b40005;
    padding: 25px 0 6px 0
}

.crumb-title {
    font-size: 18px;
    color: #c93336
}

.crumb-content {
    float: right;
    margin-top: 5px
}

.nav-col {
    width: 220px;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

.nav-col .title {
    background: #b60001;
    color: #fff;
    padding-left: 55px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background-image: url(../images/title_bg_b.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left
}

.nav-col .content {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.nav-col .content .item {
    cursor: pointer
}

.nav-col .content .item .item-title {
    border-bottom: 1px solid #ccc;
    padding: 13px 40px;
    display: flex;
    align-items: center;
    background-image: url(../images/icon_nav_col_right.png);
    background-repeat: no-repeat;
    background-position: 175px;
    font-size: 14px
}

.nav-col .content .item.item-active .item-title {
    background-image: url("../images/icon_nav_col_bottom.png")
}

.nav-col .content .item .item-content {
    border-bottom: 1px solid #ccc;
    height: 46px;
    line-height: 46px;
    text-indent: 55px;
    width: 100%;
    display: none
}

.col-content {
    float: right;
    width: 730px;
    line-height: 30px;
    color: #393939
}

.col-content .link {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 3px 0;
}

.col-content .link .title {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis
}

.col-content .link .time {
    float: right
}

.page {
    overflow: hidden;
    margin: 20px 0
}

.page .page-right {
    float: right
}

.page .page-right a {
    border: 1px solid #777;
    margin-left: 5px;
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px
}

.page .page-right a.active {
    color: #fff;
    pointer-events: none;
    background: #e53639;
    border: 0
}

.article .title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
    border: 0
}

.article .info {
    color: #aaa
}

.article .content {
    margin: 20px 0 40px 0;
    line-height: 30px
}

.article .content p {
    text-indent: 40px
}

.clearfix {
    clear: both
}

.color-red {
    color: #db0f13
}

.color-blue {
    color: #2a6aa7
}

.color-grey {
    color: #666
}

.color-lightgrey {
    color: #aaa
}

.float-left {
    float: left
}

.float-right {
    float: right
}
     
.pagination{ font-family:Microsoft YaHei, Segoe UI, Tahoma, Arial, Verdana, sans-serif;text-align: center; font-size:14px; margin-top:20px;margin-bottom: 20px;}

.pagination a {
    text-decoration: none;
	border: 1px solid #EF2B2D;
	font-size:14px;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 0px 7px;
    margin-right: 5px;
	margin-bottom: 5px;
	font-size:14px;
}

.pagination .current {
    background: #EF2B2D;
    color: #fff;
	border: 1px solid #EF2B2D;
	font-size:14px;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
	font-size:14px;
}
.pagination input { font-size:14px; padding:3px; text-align:center;}
.num_input{max-width: 25px}
.article .content table{
    border: 1px #333333 solid;
    border-collapse: collapse;
}
.article .content table p {
    text-indent: 0 !important;
}
.article .content p span, .article .content strong{
    font-family: inherit;
    font-size: inherit;
}
.article .content img {
    max-width: 960px;
}